home *** CD-ROM | disk | FTP | other *** search
Makefile | 1992-06-25 | 1.1 KB | 43 lines |
- #
- # Generated by the NeXT Interface Builder.
- #
- # NOTE: Do NOT change this file -- Interface Builder maintains it.
- #
- # Put all of your customizations in files called Makefile.preamble
- # and Makefile.postamble (both optional), and Makefile will include them.
- #
-
- NAME = Car
-
- INTERFACES = Car.nib Graph.nib Report.nib
- CLASSES = AppDelegate.m Battery.m Car.m Controller.m Cycle.m DataView.m \
- Engine.m GasTank.m Inspector.m Motor.m Road.m Transmission.m \
- Wheels.m
- MFILES = Car_main.m
- TIFFFILES = Car.tiff Design.tiff
- APPICON = Car.tiff
- DOCICONS = Cardoc.tiff environment.tiff cycle.tiff
-
- SOURCEMODE = 444
-
- LIBS = -lNeXT_s -lsys_s
- DEBUG_LIBS = $(LIBS)
- PROF_LIBS = -lNeXT_p -lsys_p
-
- MAKEFILEDIR = /usr/lib/nib
- ICONSECTIONS = -sectcreate __ICON app Car.tiff \
- -sectcreate __ICON car Cardoc.tiff \
- -sectcreate __ICON environment environment.tiff \
- -sectcreate __ICON cycle cycle.tiff
-
- INSTALLDIR = $(HOME)/Apps
- INSTALLFLAGS = -c -s -m 755
-
- -include Makefile.preamble
-
- include $(MAKEFILEDIR)/app.make
-
- -include Makefile.postamble
-
- -include Makefile.dependencies
-